home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRONOM / H139.ZIP / RO101.ZIP / README.SRC < prev    next >
Text File  |  1991-11-04  |  3KB  |  95 lines

  1. ro version 1.00 -- Release of Source Code
  2. -----------------------------------------
  3.  
  4.  
  5. Description:
  6. -----------
  7.  
  8. "ro" is a text formatter with some of the capabilities 
  9. of the Unix (tm, AT&T) "nroff" text formatter.  It is 
  10. based on an honorable tradition of CP/M and DOS formatters
  11. which go back to the ROFF formatter described in Kernigan 
  12. and Plauger's <Software Tools>.  It is copyrighted and 
  13. distributed as "freeware," i.e., you can use it for any 
  14. purpose as long as you don't make money off of it, or 
  15. try to claim that you wrote it.  
  16.  
  17. The "ro.qrf" file will give an overview of the capabilities 
  18. of the formatter.  
  19.  
  20. The sourcecode has been compiled on an XT clone using 
  21. the Microsoft QuickC (tm) compiler, and on the AT&T 
  22. Unix PC and 3B15 computers using the stock Unix C 
  23. compilers.  
  24.  
  25.  
  26. Files:
  27. -----
  28.  
  29.     ro.h        general include file
  30.     ro.c        main program module
  31.     ro_proc.c    various procedures
  32.     ro_macr.c    macro procedures
  33.     ro_dive.c    diversion procedures
  34.     ro_word.c    word-handling procedures
  35.     ro_text.c    text-handling procedures
  36.     ro_setp.c    parameter setting procedures
  37.     ro_outp.c    output procedures
  38.  
  39.     Makefile    Unix makefile
  40.     ro.mac        QuickC makefile
  41.  
  42.     term.h        include file for filters
  43.     termnull.c    null filter -- strips out all printer codes
  44.     termansi.c    ANSI filter -- sets printer codes for ANSI terminal
  45.     termnx10.c    NX10 filter -- sets printer codes for NX 10 printer
  46.  
  47.     ro.doc        primary documentation in "ro" format
  48.     ro.qrf        quick reference guide
  49.     tmac.m        a macro package
  50.     test.doc    test document showing use of end-note macros
  51.     readme        this document
  52.  
  53.  
  54. Reading and printing the manual:
  55. -------------------------------
  56.  
  57. The manual (file "ro.doc") is in "ro" format, and must be read
  58. using "ro" and a filter program.  If you have the Unix or DOS 
  59. pager "more" installed in your path, you can read it page-by-
  60. page with the command
  61.  
  62.     ro ro.doc | termnull | more
  63.  
  64. If your DOS computer has ANSI.SYS installed, or your Unix terminal
  65. supports ANSI escape sequences, the following command will show 
  66. bold as bold and italics as underline:
  67.  
  68.     ro ro.doc | termansi | more
  69.  
  70. The manual can br printed to any printer with the command(s):
  71.  
  72.     ro ro.doc | termnull | lp        (Unix)
  73.     ro ro.doc | termnull >prn        (DOS)
  74.  
  75. With the Star Micronics NX10 printer, you may substitute 
  76. "termnx10" for "termnull" in the above command lines.  Instructions
  77. for creating filters for other printers are included in "ro.doc".  
  78.  
  79. Binaries:
  80. -----------
  81.  
  82. PC-compatible binaries have been posted to comp.binaries.ibm.pc.
  83.  
  84.  
  85. Communications:
  86. --------------
  87.  
  88. Ted A. Campbell
  89. Bywater Software 
  90. Box 4023 
  91. Duke Station
  92. Durham, NC  27706
  93.  
  94. Internet:      tcamp@uncecs.edu
  95.